POST api/supplierDocketEnquiry/recalculateTotal
Request Information
URI Parameters
None.
Body Parameters
Collection of SupplierInvoiceDetailsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InvPayNo | integer |
None. |
|
| InvPayItemNo | integer |
None. |
|
| PorderNo | integer |
None. |
|
| PorderItemNo | integer |
None. |
|
| CatlogCode | string |
None. |
|
| Description | string |
None. |
|
| DocketNo | integer |
None. |
|
| PartNumber | string |
None. |
|
| UomInv | string |
None. |
|
| OrderQty | decimal number |
None. |
|
| GstPrice | decimal number |
None. |
|
| RecdQty | integer |
None. |
|
| ORecdQty | integer |
None. |
|
| InvQty | decimal number |
None. |
|
| InvQtyProg | decimal number |
None. |
|
| RecdQtyProg | decimal number |
None. |
|
| Price | decimal number |
None. |
|
| DiscountPct | decimal number |
None. |
|
| Amount | decimal number |
None. |
|
| GlDisburseCode | string |
None. |
|
| GlLedger | string |
None. |
|
| GlAccount | string |
None. |
|
| GlNarration | string |
None. |
|
| GlRefTbl | string |
None. |
|
| GlRefCode | string |
None. |
|
| GstAmount | decimal number |
None. |
|
| GstTotal | decimal number |
None. |
|
| GstRate | decimal number |
None. |
|
| GstStatus | integer |
None. |
|
| GstAltered | integer |
None. |
|
| AuthCode | string |
None. |
|
| EquipCode | string |
None. |
|
| EquipNo | integer |
None. |
|
| Status | string |
None. |
|
| EmployeeNo | integer |
None. |
|
| ContractNumber | string |
None. |
|
| CapexNo | string |
None. |
|
| SuppCode | string |
None. |
|
| RoundTripCharge | decimal number |
None. |
|
| ForeignTotal | decimal number |
None. |
|
| SourceCode | string |
None. |
|
| SourceNo | integer |
None. |
|
| SubSourceNo | integer |
None. |
|
| ItemSourceNo | integer |
None. |
|
| SubItemSourceNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"InvPayNo": 1,
"InvPayItemNo": 2,
"PorderNo": 3,
"PorderItemNo": 4,
"CatlogCode": "sample string 5",
"Description": "sample string 6",
"DocketNo": 7,
"PartNumber": "sample string 8",
"UomInv": "sample string 9",
"OrderQty": 10.0,
"GstPrice": 11.0,
"RecdQty": 12,
"ORecdQty": 13,
"InvQty": 14.0,
"InvQtyProg": 15.0,
"RecdQtyProg": 16.0,
"Price": 17.0,
"DiscountPct": 18.0,
"Amount": 19.0,
"GlDisburseCode": "sample string 20",
"GlLedger": "sample string 21",
"GlAccount": "sample string 22",
"GlNarration": "sample string 23",
"GlRefTbl": "sample string 24",
"GlRefCode": "sample string 25",
"GstAmount": 26.0,
"GstTotal": 27.0,
"GstRate": 28.0,
"GstStatus": 29,
"GstAltered": 30,
"AuthCode": "sample string 31",
"EquipCode": "sample string 32",
"EquipNo": 33,
"Status": "sample string 34",
"EmployeeNo": 35,
"ContractNumber": "sample string 36",
"CapexNo": "sample string 37",
"SuppCode": "sample string 38",
"RoundTripCharge": 39.0,
"ForeignTotal": 40.0,
"SourceCode": "sample string 41",
"SourceNo": 42,
"SubSourceNo": 43,
"ItemSourceNo": 44,
"SubItemSourceNo": 45
},
{
"InvPayNo": 1,
"InvPayItemNo": 2,
"PorderNo": 3,
"PorderItemNo": 4,
"CatlogCode": "sample string 5",
"Description": "sample string 6",
"DocketNo": 7,
"PartNumber": "sample string 8",
"UomInv": "sample string 9",
"OrderQty": 10.0,
"GstPrice": 11.0,
"RecdQty": 12,
"ORecdQty": 13,
"InvQty": 14.0,
"InvQtyProg": 15.0,
"RecdQtyProg": 16.0,
"Price": 17.0,
"DiscountPct": 18.0,
"Amount": 19.0,
"GlDisburseCode": "sample string 20",
"GlLedger": "sample string 21",
"GlAccount": "sample string 22",
"GlNarration": "sample string 23",
"GlRefTbl": "sample string 24",
"GlRefCode": "sample string 25",
"GstAmount": 26.0,
"GstTotal": 27.0,
"GstRate": 28.0,
"GstStatus": 29,
"GstAltered": 30,
"AuthCode": "sample string 31",
"EquipCode": "sample string 32",
"EquipNo": 33,
"Status": "sample string 34",
"EmployeeNo": 35,
"ContractNumber": "sample string 36",
"CapexNo": "sample string 37",
"SuppCode": "sample string 38",
"RoundTripCharge": 39.0,
"ForeignTotal": 40.0,
"SourceCode": "sample string 41",
"SourceNo": 42,
"SubSourceNo": 43,
"ItemSourceNo": 44,
"SubItemSourceNo": 45
}
]
text/xml
Sample:
<ArrayOfSupplierInvoiceDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Peercore.Transport.Model">
<SupplierInvoiceDetailsModel>
<Amount>19</Amount>
<AuthCode>sample string 31</AuthCode>
<CapexNo>sample string 37</CapexNo>
<CatlogCode>sample string 5</CatlogCode>
<ContractNumber>sample string 36</ContractNumber>
<Description>sample string 6</Description>
<DiscountPct>18</DiscountPct>
<DocketNo>7</DocketNo>
<EmployeeNo>35</EmployeeNo>
<EquipCode>sample string 32</EquipCode>
<EquipNo>33</EquipNo>
<ForeignTotal>40</ForeignTotal>
<GlAccount>sample string 22</GlAccount>
<GlDisburseCode>sample string 20</GlDisburseCode>
<GlLedger>sample string 21</GlLedger>
<GlNarration>sample string 23</GlNarration>
<GlRefCode>sample string 25</GlRefCode>
<GlRefTbl>sample string 24</GlRefTbl>
<GstAltered>30</GstAltered>
<GstAmount>26</GstAmount>
<GstPrice>11</GstPrice>
<GstRate>28</GstRate>
<GstStatus>29</GstStatus>
<GstTotal>27</GstTotal>
<InvPayItemNo>2</InvPayItemNo>
<InvPayNo>1</InvPayNo>
<InvQty>14</InvQty>
<InvQtyProg>15</InvQtyProg>
<ItemSourceNo>44</ItemSourceNo>
<ORecdQty>13</ORecdQty>
<OrderQty>10</OrderQty>
<PartNumber>sample string 8</PartNumber>
<PorderItemNo>4</PorderItemNo>
<PorderNo>3</PorderNo>
<Price>17</Price>
<RecdQty>12</RecdQty>
<RecdQtyProg>16</RecdQtyProg>
<RoundTripCharge>39</RoundTripCharge>
<SourceCode>sample string 41</SourceCode>
<SourceNo>42</SourceNo>
<Status>sample string 34</Status>
<SubItemSourceNo>45</SubItemSourceNo>
<SubSourceNo>43</SubSourceNo>
<SuppCode>sample string 38</SuppCode>
<UomInv>sample string 9</UomInv>
</SupplierInvoiceDetailsModel>
<SupplierInvoiceDetailsModel>
<Amount>19</Amount>
<AuthCode>sample string 31</AuthCode>
<CapexNo>sample string 37</CapexNo>
<CatlogCode>sample string 5</CatlogCode>
<ContractNumber>sample string 36</ContractNumber>
<Description>sample string 6</Description>
<DiscountPct>18</DiscountPct>
<DocketNo>7</DocketNo>
<EmployeeNo>35</EmployeeNo>
<EquipCode>sample string 32</EquipCode>
<EquipNo>33</EquipNo>
<ForeignTotal>40</ForeignTotal>
<GlAccount>sample string 22</GlAccount>
<GlDisburseCode>sample string 20</GlDisburseCode>
<GlLedger>sample string 21</GlLedger>
<GlNarration>sample string 23</GlNarration>
<GlRefCode>sample string 25</GlRefCode>
<GlRefTbl>sample string 24</GlRefTbl>
<GstAltered>30</GstAltered>
<GstAmount>26</GstAmount>
<GstPrice>11</GstPrice>
<GstRate>28</GstRate>
<GstStatus>29</GstStatus>
<GstTotal>27</GstTotal>
<InvPayItemNo>2</InvPayItemNo>
<InvPayNo>1</InvPayNo>
<InvQty>14</InvQty>
<InvQtyProg>15</InvQtyProg>
<ItemSourceNo>44</ItemSourceNo>
<ORecdQty>13</ORecdQty>
<OrderQty>10</OrderQty>
<PartNumber>sample string 8</PartNumber>
<PorderItemNo>4</PorderItemNo>
<PorderNo>3</PorderNo>
<Price>17</Price>
<RecdQty>12</RecdQty>
<RecdQtyProg>16</RecdQtyProg>
<RoundTripCharge>39</RoundTripCharge>
<SourceCode>sample string 41</SourceCode>
<SourceNo>42</SourceNo>
<Status>sample string 34</Status>
<SubItemSourceNo>45</SubItemSourceNo>
<SubSourceNo>43</SubSourceNo>
<SuppCode>sample string 38</SuppCode>
<UomInv>sample string 9</UomInv>
</SupplierInvoiceDetailsModel>
</ArrayOfSupplierInvoiceDetailsModel>
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. |