POST api/ScanBillWise/SaveBill
Request Information
URI Parameters
None.
Body Parameters
Collection of BillEntryInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| UserName | string |
None. |
|
| BillFormId | string |
None. |
|
| BillNo | string |
None. |
|
| BillId | integer |
None. |
|
| BillEntryId | integer |
None. |
|
| SrcType | string |
None. |
|
| SrcBillNo | string |
None. |
|
| SrcBillId | integer |
None. |
|
| SrcEntryId | integer |
None. |
|
| Seq | integer |
None. |
|
| StockOrg | string |
None. |
|
| MaterialCode | string |
None. |
|
| MaterialName | string |
None. |
|
| MaterialSpec | string |
None. |
|
| UnitCode | string |
None. |
|
| UnitPrecision | integer |
None. |
|
| UnitRate | decimal number |
None. |
|
| UnitName | string |
None. |
|
| AuxUnitCode | string |
None. |
|
| AuxUnitName | string |
None. |
|
| AuxUnitPrecision | integer |
None. |
|
| AuxUnitRate | decimal number |
None. |
|
| OutOwnerType | string |
None. |
|
| OutOwner | BaseDataInfo |
None. |
|
| InOwnerType | string |
None. |
|
| InOwner | BaseDataInfo |
None. |
|
| InStockCode | string |
None. |
|
| InStockName | string |
None. |
|
| InStockIsOpenLocation | boolean |
None. |
|
| OutStockCode | string |
None. |
|
| OutStockName | string |
None. |
|
| OutStockIsOpenLocation | boolean |
None. |
|
| OutStockIsFKU | boolean |
None. |
|
| IsLot | boolean |
None. |
|
| IsKFPeriod | boolean |
None. |
|
| IsExpiryDate | boolean |
None. |
|
| ProductPeriod | string |
None. |
|
| LotId | integer |
None. |
|
| LotText | string |
None. |
|
| InStockLocFlexId | integer |
None. |
|
| InStockLocCode | string |
None. |
|
| InStockLocName | string |
None. |
|
| OutStockLocFlexId | integer |
None. |
|
| OutStockLocCode | string |
None. |
|
| OutStockLocName | string |
None. |
|
| OrderQuantity | decimal number |
None. |
|
| OrderAuxQuantity | decimal number |
None. |
|
| OrderUpperQuantity | decimal number |
None. |
|
| JoinQuantity | decimal number |
None. |
|
| Quantity | decimal number |
None. |
|
| AuxQuantity | decimal number |
None. |
|
| ScanQuantity | decimal number |
None. |
|
| AuxScanQuantity | decimal number |
None. |
|
| ExistingQuantity | decimal number |
None. |
|
| ExistingAuxQuantity | decimal number |
None. |
|
| ScanTime | string |
None. |
|
| ScanBarcode | string |
None. |
|
| CustFieldList | Collection of BillCustomeFieldInfo |
None. |
|
| IsSelect | boolean |
None. |
|
| Note | string |
None. |
|
| AuxProp | Object |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"UserName": "sample string 1",
"BillFormId": "sample string 2",
"BillNo": "sample string 3",
"BillId": 4,
"BillEntryId": 5,
"SrcType": "sample string 6",
"SrcBillNo": "sample string 7",
"SrcBillId": 8,
"SrcEntryId": 9,
"Seq": 10,
"StockOrg": "sample string 11",
"MaterialCode": "sample string 12",
"MaterialName": "sample string 13",
"MaterialSpec": "sample string 14",
"UnitCode": "sample string 15",
"UnitPrecision": 16,
"UnitRate": 17.0,
"UnitName": "sample string 18",
"AuxUnitCode": "sample string 19",
"AuxUnitName": "sample string 20",
"AuxUnitPrecision": 21,
"AuxUnitRate": 22.0,
"OutOwnerType": "sample string 23",
"OutOwner": {
"CompanyId": 1,
"Name": "sample string 2",
"SrcId": "sample string 3",
"PropertyList": [
{},
{}
],
"Id": 4,
"Code": "sample string 5"
},
"InOwnerType": "sample string 24",
"InOwner": {
"CompanyId": 1,
"Name": "sample string 2",
"SrcId": "sample string 3",
"PropertyList": [
{},
{}
],
"Id": 4,
"Code": "sample string 5"
},
"InStockCode": "sample string 25",
"InStockName": "sample string 26",
"InStockIsOpenLocation": true,
"OutStockCode": "sample string 28",
"OutStockName": "sample string 29",
"OutStockIsOpenLocation": true,
"OutStockIsFKU": true,
"IsLot": true,
"IsKFPeriod": true,
"IsExpiryDate": true,
"ProductPeriod": "sample string 35",
"LotId": 36,
"LotText": "sample string 37",
"InStockLocFlexId": 38,
"InStockLocCode": "sample string 39",
"InStockLocName": "sample string 40",
"OutStockLocFlexId": 41,
"OutStockLocCode": "sample string 42",
"OutStockLocName": "sample string 43",
"OrderQuantity": 44.0,
"OrderAuxQuantity": 45.0,
"OrderUpperQuantity": 46.0,
"JoinQuantity": 47.0,
"Quantity": 48.0,
"AuxQuantity": 49.0,
"ScanQuantity": 50.0,
"AuxScanQuantity": 51.0,
"ExistingQuantity": 52.0,
"ExistingAuxQuantity": 53.0,
"ScanTime": "sample string 54",
"ScanBarcode": "sample string 55",
"CustFieldList": [
{
"FieldLocation": 1,
"FieldName": "sample string 2",
"FieldKey": "sample string 3",
"FieldValue": {},
"IsEdit": true,
"IsRequired": true,
"IsVisiable": true,
"FieldType": "sample string 8",
"FiledLinkBill": "sample string 9",
"FiledLinkKey": "sample string 10",
"BaseDataTypeId": "sample string 11",
"BaseDataTypeValue": {
"CompanyId": 1,
"Name": "sample string 2",
"SrcId": "sample string 3",
"PropertyList": [
{},
{}
],
"Id": 4,
"Code": "sample string 5"
}
},
{
"FieldLocation": 1,
"FieldName": "sample string 2",
"FieldKey": "sample string 3",
"FieldValue": {},
"IsEdit": true,
"IsRequired": true,
"IsVisiable": true,
"FieldType": "sample string 8",
"FiledLinkBill": "sample string 9",
"FiledLinkKey": "sample string 10",
"BaseDataTypeId": "sample string 11",
"BaseDataTypeValue": {
"CompanyId": 1,
"Name": "sample string 2",
"SrcId": "sample string 3",
"PropertyList": [
{},
{}
],
"Id": 4,
"Code": "sample string 5"
}
}
],
"IsSelect": true,
"Note": "sample string 57",
"AuxProp": {}
},
{
"UserName": "sample string 1",
"BillFormId": "sample string 2",
"BillNo": "sample string 3",
"BillId": 4,
"BillEntryId": 5,
"SrcType": "sample string 6",
"SrcBillNo": "sample string 7",
"SrcBillId": 8,
"SrcEntryId": 9,
"Seq": 10,
"StockOrg": "sample string 11",
"MaterialCode": "sample string 12",
"MaterialName": "sample string 13",
"MaterialSpec": "sample string 14",
"UnitCode": "sample string 15",
"UnitPrecision": 16,
"UnitRate": 17.0,
"UnitName": "sample string 18",
"AuxUnitCode": "sample string 19",
"AuxUnitName": "sample string 20",
"AuxUnitPrecision": 21,
"AuxUnitRate": 22.0,
"OutOwnerType": "sample string 23",
"OutOwner": {
"CompanyId": 1,
"Name": "sample string 2",
"SrcId": "sample string 3",
"PropertyList": [
{},
{}
],
"Id": 4,
"Code": "sample string 5"
},
"InOwnerType": "sample string 24",
"InOwner": {
"CompanyId": 1,
"Name": "sample string 2",
"SrcId": "sample string 3",
"PropertyList": [
{},
{}
],
"Id": 4,
"Code": "sample string 5"
},
"InStockCode": "sample string 25",
"InStockName": "sample string 26",
"InStockIsOpenLocation": true,
"OutStockCode": "sample string 28",
"OutStockName": "sample string 29",
"OutStockIsOpenLocation": true,
"OutStockIsFKU": true,
"IsLot": true,
"IsKFPeriod": true,
"IsExpiryDate": true,
"ProductPeriod": "sample string 35",
"LotId": 36,
"LotText": "sample string 37",
"InStockLocFlexId": 38,
"InStockLocCode": "sample string 39",
"InStockLocName": "sample string 40",
"OutStockLocFlexId": 41,
"OutStockLocCode": "sample string 42",
"OutStockLocName": "sample string 43",
"OrderQuantity": 44.0,
"OrderAuxQuantity": 45.0,
"OrderUpperQuantity": 46.0,
"JoinQuantity": 47.0,
"Quantity": 48.0,
"AuxQuantity": 49.0,
"ScanQuantity": 50.0,
"AuxScanQuantity": 51.0,
"ExistingQuantity": 52.0,
"ExistingAuxQuantity": 53.0,
"ScanTime": "sample string 54",
"ScanBarcode": "sample string 55",
"CustFieldList": [
{
"FieldLocation": 1,
"FieldName": "sample string 2",
"FieldKey": "sample string 3",
"FieldValue": {},
"IsEdit": true,
"IsRequired": true,
"IsVisiable": true,
"FieldType": "sample string 8",
"FiledLinkBill": "sample string 9",
"FiledLinkKey": "sample string 10",
"BaseDataTypeId": "sample string 11",
"BaseDataTypeValue": {
"CompanyId": 1,
"Name": "sample string 2",
"SrcId": "sample string 3",
"PropertyList": [
{},
{}
],
"Id": 4,
"Code": "sample string 5"
}
},
{
"FieldLocation": 1,
"FieldName": "sample string 2",
"FieldKey": "sample string 3",
"FieldValue": {},
"IsEdit": true,
"IsRequired": true,
"IsVisiable": true,
"FieldType": "sample string 8",
"FiledLinkBill": "sample string 9",
"FiledLinkKey": "sample string 10",
"BaseDataTypeId": "sample string 11",
"BaseDataTypeValue": {
"CompanyId": 1,
"Name": "sample string 2",
"SrcId": "sample string 3",
"PropertyList": [
{},
{}
],
"Id": 4,
"Code": "sample string 5"
}
}
],
"IsSelect": true,
"Note": "sample string 57",
"AuxProp": {}
}
]
application/xml, text/xml
Sample:
<ArrayOfBillEntryInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Kingdee">
<BillEntryInfo>
<AuxProp />
<AuxQuantity>49</AuxQuantity>
<AuxScanQuantity>51</AuxScanQuantity>
<AuxUnitCode>sample string 19</AuxUnitCode>
<AuxUnitName>sample string 20</AuxUnitName>
<AuxUnitPrecision>21</AuxUnitPrecision>
<AuxUnitRate>22</AuxUnitRate>
<BillEntryId>5</BillEntryId>
<BillFormId>sample string 2</BillFormId>
<BillId>4</BillId>
<BillNo>sample string 3</BillNo>
<CustFieldList>
<BillCustomeFieldInfo>
<BaseDataTypeId>sample string 11</BaseDataTypeId>
<BaseDataTypeValue xmlns:d5p1="http://schemas.datacontract.org/2004/07/Ypgd.Model">
<Code xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">sample string 5</Code>
<Id xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">4</Id>
<d5p1:CompanyId>1</d5p1:CompanyId>
<d5p1:Name>sample string 2</d5p1:Name>
<d5p1:PropertyList xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</d5p1:PropertyList>
<d5p1:SrcId>sample string 3</d5p1:SrcId>
</BaseDataTypeValue>
<FieldKey>sample string 3</FieldKey>
<FieldLocation>1</FieldLocation>
<FieldName>sample string 2</FieldName>
<FieldType>sample string 8</FieldType>
<FieldValue />
<FiledLinkBill>sample string 9</FiledLinkBill>
<FiledLinkKey>sample string 10</FiledLinkKey>
<IsEdit>true</IsEdit>
<IsRequired>true</IsRequired>
<IsVisiable>true</IsVisiable>
</BillCustomeFieldInfo>
<BillCustomeFieldInfo>
<BaseDataTypeId>sample string 11</BaseDataTypeId>
<BaseDataTypeValue xmlns:d5p1="http://schemas.datacontract.org/2004/07/Ypgd.Model">
<Code xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">sample string 5</Code>
<Id xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">4</Id>
<d5p1:CompanyId>1</d5p1:CompanyId>
<d5p1:Name>sample string 2</d5p1:Name>
<d5p1:PropertyList xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</d5p1:PropertyList>
<d5p1:SrcId>sample string 3</d5p1:SrcId>
</BaseDataTypeValue>
<FieldKey>sample string 3</FieldKey>
<FieldLocation>1</FieldLocation>
<FieldName>sample string 2</FieldName>
<FieldType>sample string 8</FieldType>
<FieldValue />
<FiledLinkBill>sample string 9</FiledLinkBill>
<FiledLinkKey>sample string 10</FiledLinkKey>
<IsEdit>true</IsEdit>
<IsRequired>true</IsRequired>
<IsVisiable>true</IsVisiable>
</BillCustomeFieldInfo>
</CustFieldList>
<ExistingAuxQuantity>53</ExistingAuxQuantity>
<ExistingQuantity>52</ExistingQuantity>
<InOwner xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ypgd.Model">
<Code xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">sample string 5</Code>
<Id xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">4</Id>
<d3p1:CompanyId>1</d3p1:CompanyId>
<d3p1:Name>sample string 2</d3p1:Name>
<d3p1:PropertyList xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</d3p1:PropertyList>
<d3p1:SrcId>sample string 3</d3p1:SrcId>
</InOwner>
<InOwnerType>sample string 24</InOwnerType>
<InStockCode>sample string 25</InStockCode>
<InStockIsOpenLocation>true</InStockIsOpenLocation>
<InStockLocCode>sample string 39</InStockLocCode>
<InStockLocFlexId>38</InStockLocFlexId>
<InStockLocName>sample string 40</InStockLocName>
<InStockName>sample string 26</InStockName>
<IsExpiryDate>true</IsExpiryDate>
<IsKFPeriod>true</IsKFPeriod>
<IsLot>true</IsLot>
<IsSelect>true</IsSelect>
<JoinQuantity>47</JoinQuantity>
<LotId>36</LotId>
<LotText>sample string 37</LotText>
<MaterialCode>sample string 12</MaterialCode>
<MaterialName>sample string 13</MaterialName>
<MaterialSpec>sample string 14</MaterialSpec>
<Note>sample string 57</Note>
<OrderAuxQuantity>45</OrderAuxQuantity>
<OrderQuantity>44</OrderQuantity>
<OrderUpperQuantity>46</OrderUpperQuantity>
<OutOwner xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ypgd.Model">
<Code xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">sample string 5</Code>
<Id xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">4</Id>
<d3p1:CompanyId>1</d3p1:CompanyId>
<d3p1:Name>sample string 2</d3p1:Name>
<d3p1:PropertyList xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</d3p1:PropertyList>
<d3p1:SrcId>sample string 3</d3p1:SrcId>
</OutOwner>
<OutOwnerType>sample string 23</OutOwnerType>
<OutStockCode>sample string 28</OutStockCode>
<OutStockIsFKU>true</OutStockIsFKU>
<OutStockIsOpenLocation>true</OutStockIsOpenLocation>
<OutStockLocCode>sample string 42</OutStockLocCode>
<OutStockLocFlexId>41</OutStockLocFlexId>
<OutStockLocName>sample string 43</OutStockLocName>
<OutStockName>sample string 29</OutStockName>
<ProductPeriod>sample string 35</ProductPeriod>
<Quantity>48</Quantity>
<ScanBarcode>sample string 55</ScanBarcode>
<ScanQuantity>50</ScanQuantity>
<ScanTime>sample string 54</ScanTime>
<Seq>10</Seq>
<SrcBillId>8</SrcBillId>
<SrcBillNo>sample string 7</SrcBillNo>
<SrcEntryId>9</SrcEntryId>
<SrcType>sample string 6</SrcType>
<StockOrg>sample string 11</StockOrg>
<UnitCode>sample string 15</UnitCode>
<UnitName>sample string 18</UnitName>
<UnitPrecision>16</UnitPrecision>
<UnitRate>17</UnitRate>
<UserName>sample string 1</UserName>
</BillEntryInfo>
<BillEntryInfo>
<AuxProp />
<AuxQuantity>49</AuxQuantity>
<AuxScanQuantity>51</AuxScanQuantity>
<AuxUnitCode>sample string 19</AuxUnitCode>
<AuxUnitName>sample string 20</AuxUnitName>
<AuxUnitPrecision>21</AuxUnitPrecision>
<AuxUnitRate>22</AuxUnitRate>
<BillEntryId>5</BillEntryId>
<BillFormId>sample string 2</BillFormId>
<BillId>4</BillId>
<BillNo>sample string 3</BillNo>
<CustFieldList>
<BillCustomeFieldInfo>
<BaseDataTypeId>sample string 11</BaseDataTypeId>
<BaseDataTypeValue xmlns:d5p1="http://schemas.datacontract.org/2004/07/Ypgd.Model">
<Code xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">sample string 5</Code>
<Id xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">4</Id>
<d5p1:CompanyId>1</d5p1:CompanyId>
<d5p1:Name>sample string 2</d5p1:Name>
<d5p1:PropertyList xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</d5p1:PropertyList>
<d5p1:SrcId>sample string 3</d5p1:SrcId>
</BaseDataTypeValue>
<FieldKey>sample string 3</FieldKey>
<FieldLocation>1</FieldLocation>
<FieldName>sample string 2</FieldName>
<FieldType>sample string 8</FieldType>
<FieldValue />
<FiledLinkBill>sample string 9</FiledLinkBill>
<FiledLinkKey>sample string 10</FiledLinkKey>
<IsEdit>true</IsEdit>
<IsRequired>true</IsRequired>
<IsVisiable>true</IsVisiable>
</BillCustomeFieldInfo>
<BillCustomeFieldInfo>
<BaseDataTypeId>sample string 11</BaseDataTypeId>
<BaseDataTypeValue xmlns:d5p1="http://schemas.datacontract.org/2004/07/Ypgd.Model">
<Code xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">sample string 5</Code>
<Id xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">4</Id>
<d5p1:CompanyId>1</d5p1:CompanyId>
<d5p1:Name>sample string 2</d5p1:Name>
<d5p1:PropertyList xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d6p1:anyType />
<d6p1:anyType />
</d5p1:PropertyList>
<d5p1:SrcId>sample string 3</d5p1:SrcId>
</BaseDataTypeValue>
<FieldKey>sample string 3</FieldKey>
<FieldLocation>1</FieldLocation>
<FieldName>sample string 2</FieldName>
<FieldType>sample string 8</FieldType>
<FieldValue />
<FiledLinkBill>sample string 9</FiledLinkBill>
<FiledLinkKey>sample string 10</FiledLinkKey>
<IsEdit>true</IsEdit>
<IsRequired>true</IsRequired>
<IsVisiable>true</IsVisiable>
</BillCustomeFieldInfo>
</CustFieldList>
<ExistingAuxQuantity>53</ExistingAuxQuantity>
<ExistingQuantity>52</ExistingQuantity>
<InOwner xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ypgd.Model">
<Code xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">sample string 5</Code>
<Id xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">4</Id>
<d3p1:CompanyId>1</d3p1:CompanyId>
<d3p1:Name>sample string 2</d3p1:Name>
<d3p1:PropertyList xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</d3p1:PropertyList>
<d3p1:SrcId>sample string 3</d3p1:SrcId>
</InOwner>
<InOwnerType>sample string 24</InOwnerType>
<InStockCode>sample string 25</InStockCode>
<InStockIsOpenLocation>true</InStockIsOpenLocation>
<InStockLocCode>sample string 39</InStockLocCode>
<InStockLocFlexId>38</InStockLocFlexId>
<InStockLocName>sample string 40</InStockLocName>
<InStockName>sample string 26</InStockName>
<IsExpiryDate>true</IsExpiryDate>
<IsKFPeriod>true</IsKFPeriod>
<IsLot>true</IsLot>
<IsSelect>true</IsSelect>
<JoinQuantity>47</JoinQuantity>
<LotId>36</LotId>
<LotText>sample string 37</LotText>
<MaterialCode>sample string 12</MaterialCode>
<MaterialName>sample string 13</MaterialName>
<MaterialSpec>sample string 14</MaterialSpec>
<Note>sample string 57</Note>
<OrderAuxQuantity>45</OrderAuxQuantity>
<OrderQuantity>44</OrderQuantity>
<OrderUpperQuantity>46</OrderUpperQuantity>
<OutOwner xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ypgd.Model">
<Code xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">sample string 5</Code>
<Id xmlns="http://schemas.datacontract.org/2004/07/Ypgd.Model.Web">4</Id>
<d3p1:CompanyId>1</d3p1:CompanyId>
<d3p1:Name>sample string 2</d3p1:Name>
<d3p1:PropertyList xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:anyType />
<d4p1:anyType />
</d3p1:PropertyList>
<d3p1:SrcId>sample string 3</d3p1:SrcId>
</OutOwner>
<OutOwnerType>sample string 23</OutOwnerType>
<OutStockCode>sample string 28</OutStockCode>
<OutStockIsFKU>true</OutStockIsFKU>
<OutStockIsOpenLocation>true</OutStockIsOpenLocation>
<OutStockLocCode>sample string 42</OutStockLocCode>
<OutStockLocFlexId>41</OutStockLocFlexId>
<OutStockLocName>sample string 43</OutStockLocName>
<OutStockName>sample string 29</OutStockName>
<ProductPeriod>sample string 35</ProductPeriod>
<Quantity>48</Quantity>
<ScanBarcode>sample string 55</ScanBarcode>
<ScanQuantity>50</ScanQuantity>
<ScanTime>sample string 54</ScanTime>
<Seq>10</Seq>
<SrcBillId>8</SrcBillId>
<SrcBillNo>sample string 7</SrcBillNo>
<SrcEntryId>9</SrcEntryId>
<SrcType>sample string 6</SrcType>
<StockOrg>sample string 11</StockOrg>
<UnitCode>sample string 15</UnitCode>
<UnitName>sample string 18</UnitName>
<UnitPrecision>16</UnitPrecision>
<UnitRate>17</UnitRate>
<UserName>sample string 1</UserName>
</BillEntryInfo>
</ArrayOfBillEntryInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |