Reference for https://www.accountabilityapi.com/Service.svc/mediainvoiceentries/{MEDIAINVOICEENTRYID}
Url: https://www.accountabilityapi.com/Service.svc/mediainvoiceentries/{MEDIAINVOICEENTRYID}
HTTP Method: GET
| Message direction | Format | Body |
|---|---|---|
| Request | N/A | The Request body is empty. |
| Response | Xml | Example,Schema |
| Response | Json | Example |
The following is an example response Xml body:
<Media_Invoice_Entry xmlns="http://schemas.datacontract.org/2004/07/Accountability.API.Model"> <CM>12678967.543233</CM> <ClientGross>12678967.543233</ClientGross> <ClientNet>12678967.543233</ClientNet> <ClientTax>12678967.543233</ClientTax> <ClientTaxStatusID>2147483647</ClientTaxStatusID> <ClientTotal>12678967.543233</ClientTotal> <Columns>12678967.543233</Columns> <Details>String content</Details> <EndTime>String content</EndTime> <IDKey>2147483647</IDKey> <InsertionDate>1999-05-31T11:20:00</InsertionDate> <Lines>12678967.543233</Lines> <LoadingsAmt>12678967.543233</LoadingsAmt> <LoadingsDescription>String content</LoadingsDescription> <MarkUp>12678967.543233</MarkUp> <MediaAdjustmentTypeID>2147483647</MediaAdjustmentTypeID> <MediaBookingID>2147483647</MediaBookingID> <MediaInvoiceID>2147483647</MediaInvoiceID> <MediaScheduleEntryID>2147483647</MediaScheduleEntryID> <MediumID>2147483647</MediumID> <Number>12678967.543233</Number> <OtherDiscountAmt>12678967.543233</OtherDiscountAmt> <OtherDiscountDescription>String content</OtherDiscountDescription> <PctRebateCommission>12678967.543233</PctRebateCommission> <PctServiceFeeMedia>12678967.543233</PctServiceFeeMedia> <PctSupplierCommission>12678967.543233</PctSupplierCommission> <PctVolumeDiscount>12678967.543233</PctVolumeDiscount> <PctVolumeDiscountDescription>String content</PctVolumeDiscountDescription> <Program>String content</Program> <Rate>12678967.543233</Rate> <RebateCommissionAmt>12678967.543233</RebateCommissionAmt> <Seconds>12678967.543233</Seconds> <ServiceFeeAmt>12678967.543233</ServiceFeeAmt> <Size>String content</Size> <StartTime>String content</StartTime> <SupplierCommissionAmt>12678967.543233</SupplierCommissionAmt> <SupplierGross>12678967.543233</SupplierGross> <SupplierID>2147483647</SupplierID> <SupplierNet>12678967.543233</SupplierNet> <VolumeDiscountAmt>12678967.543233</VolumeDiscountAmt> </Media_Invoice_Entry>
The following is an example response Json body:
{
"CM":12678967.543233,
"ClientGross":12678967.543233,
"ClientNet":12678967.543233,
"ClientTax":12678967.543233,
"ClientTaxStatusID":2147483647,
"ClientTotal":12678967.543233,
"Columns":12678967.543233,
"Details":"String content",
"EndTime":"String content",
"IDKey":2147483647,
"InsertionDate":"\/Date(928113600000+1000)\/",
"Lines":12678967.543233,
"LoadingsAmt":12678967.543233,
"LoadingsDescription":"String content",
"MarkUp":12678967.543233,
"MediaAdjustmentTypeID":2147483647,
"MediaBookingID":2147483647,
"MediaInvoiceID":2147483647,
"MediaScheduleEntryID":2147483647,
"MediumID":2147483647,
"Number":12678967.543233,
"OtherDiscountAmt":12678967.543233,
"OtherDiscountDescription":"String content",
"PctRebateCommission":12678967.543233,
"PctServiceFeeMedia":12678967.543233,
"PctSupplierCommission":12678967.543233,
"PctVolumeDiscount":12678967.543233,
"PctVolumeDiscountDescription":"String content",
"Program":"String content",
"Rate":12678967.543233,
"RebateCommissionAmt":12678967.543233,
"Seconds":12678967.543233,
"ServiceFeeAmt":12678967.543233,
"Size":"String content",
"StartTime":"String content",
"SupplierCommissionAmt":12678967.543233,
"SupplierGross":12678967.543233,
"SupplierID":2147483647,
"SupplierNet":12678967.543233,
"VolumeDiscountAmt":12678967.543233
}
The following is the response Xml Schema:
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Accountability.API.Model" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Accountability.API.Model" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="Media_Invoice_Entry">
<xs:sequence>
<xs:element minOccurs="0" name="CM" type="xs:decimal" />
<xs:element minOccurs="0" name="ClientGross" type="xs:decimal" />
<xs:element minOccurs="0" name="ClientNet" type="xs:decimal" />
<xs:element minOccurs="0" name="ClientTax" type="xs:decimal" />
<xs:element minOccurs="0" name="ClientTaxStatusID" type="xs:int" />
<xs:element minOccurs="0" name="ClientTotal" type="xs:decimal" />
<xs:element minOccurs="0" name="Columns" type="xs:decimal" />
<xs:element minOccurs="0" name="Details" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="EndTime" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="IDKey" type="xs:int" />
<xs:element minOccurs="0" name="InsertionDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="Lines" type="xs:decimal" />
<xs:element minOccurs="0" name="LoadingsAmt" type="xs:decimal" />
<xs:element minOccurs="0" name="LoadingsDescription" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="MarkUp" type="xs:decimal" />
<xs:element minOccurs="0" name="MediaAdjustmentTypeID" type="xs:int" />
<xs:element minOccurs="0" name="MediaBookingID" type="xs:int" />
<xs:element minOccurs="0" name="MediaInvoiceID" type="xs:int" />
<xs:element minOccurs="0" name="MediaScheduleEntryID" type="xs:int" />
<xs:element minOccurs="0" name="MediumID" type="xs:int" />
<xs:element minOccurs="0" name="Number" type="xs:decimal" />
<xs:element minOccurs="0" name="OtherDiscountAmt" type="xs:decimal" />
<xs:element minOccurs="0" name="OtherDiscountDescription" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PctRebateCommission" type="xs:decimal" />
<xs:element minOccurs="0" name="PctServiceFeeMedia" type="xs:decimal" />
<xs:element minOccurs="0" name="PctSupplierCommission" type="xs:decimal" />
<xs:element minOccurs="0" name="PctVolumeDiscount" type="xs:decimal" />
<xs:element minOccurs="0" name="PctVolumeDiscountDescription" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Program" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Rate" type="xs:decimal" />
<xs:element minOccurs="0" name="RebateCommissionAmt" type="xs:decimal" />
<xs:element minOccurs="0" name="Seconds" type="xs:decimal" />
<xs:element minOccurs="0" name="ServiceFeeAmt" type="xs:decimal" />
<xs:element minOccurs="0" name="Size" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="StartTime" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SupplierCommissionAmt" type="xs:decimal" />
<xs:element minOccurs="0" name="SupplierGross" type="xs:decimal" />
<xs:element minOccurs="0" name="SupplierID" type="xs:int" />
<xs:element minOccurs="0" name="SupplierNet" type="xs:decimal" />
<xs:element minOccurs="0" name="VolumeDiscountAmt" type="xs:decimal" />
</xs:sequence>
</xs:complexType>
<xs:element name="Media_Invoice_Entry" nillable="true" type="tns:Media_Invoice_Entry" />
</xs:schema>
Additional response Xml Schemas:
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="anyType" nillable="true" type="xs:anyType" />
<xs:element name="anyURI" nillable="true" type="xs:anyURI" />
<xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
<xs:element name="boolean" nillable="true" type="xs:boolean" />
<xs:element name="byte" nillable="true" type="xs:byte" />
<xs:element name="dateTime" nillable="true" type="xs:dateTime" />
<xs:element name="decimal" nillable="true" type="xs:decimal" />
<xs:element name="double" nillable="true" type="xs:double" />
<xs:element name="float" nillable="true" type="xs:float" />
<xs:element name="int" nillable="true" type="xs:int" />
<xs:element name="long" nillable="true" type="xs:long" />
<xs:element name="QName" nillable="true" type="xs:QName" />
<xs:element name="short" nillable="true" type="xs:short" />
<xs:element name="string" nillable="true" type="xs:string" />
<xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
<xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
<xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
<xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
<xs:element name="char" nillable="true" type="tns:char" />
<xs:simpleType name="char">
<xs:restriction base="xs:int" />
</xs:simpleType>
<xs:element name="duration" nillable="true" type="tns:duration" />
<xs:simpleType name="duration">
<xs:restriction base="xs:duration">
<xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
<xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
<xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
</xs:restriction>
</xs:simpleType>
<xs:element name="guid" nillable="true" type="tns:guid" />
<xs:simpleType name="guid">
<xs:restriction base="xs:string">
<xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
</xs:restriction>
</xs:simpleType>
<xs:attribute name="FactoryType" type="xs:QName" />
<xs:attribute name="Id" type="xs:ID" />
<xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>
<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
<tns:element name="schema">
<tns:complexType />
</tns:element>
</tns:schema>