POST api/SCMPmSendGoods/DeleteBill
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| updDelta | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SGA_id": 1,
"Timestamp": "sample string 2",
"List": [
{
"SGB_id": 1,
"SGA_id": 2,
"OrdB_id": 3,
"Line_No": 4,
"Timestamp": "sample string 5"
},
{
"SGB_id": 1,
"SGA_id": 2,
"OrdB_id": 3,
"Line_No": 4,
"Timestamp": "sample string 5"
},
{
"SGB_id": 1,
"SGA_id": 2,
"OrdB_id": 3,
"Line_No": 4,
"Timestamp": "sample string 5"
}
]
}
application/xml, text/xml
Sample:
<FromBodyDeleteSendGoodsModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers.SCM">
<List>
<FromBodyDeleteSendGoodsDModal>
<Line_No>4</Line_No>
<OrdB_id>3</OrdB_id>
<SGA_id>2</SGA_id>
<SGB_id>1</SGB_id>
<Timestamp>sample string 5</Timestamp>
</FromBodyDeleteSendGoodsDModal>
<FromBodyDeleteSendGoodsDModal>
<Line_No>4</Line_No>
<OrdB_id>3</OrdB_id>
<SGA_id>2</SGA_id>
<SGB_id>1</SGB_id>
<Timestamp>sample string 5</Timestamp>
</FromBodyDeleteSendGoodsDModal>
<FromBodyDeleteSendGoodsDModal>
<Line_No>4</Line_No>
<OrdB_id>3</OrdB_id>
<SGA_id>2</SGA_id>
<SGB_id>1</SGB_id>
<Timestamp>sample string 5</Timestamp>
</FromBodyDeleteSendGoodsDModal>
</List>
<SGA_id>1</SGA_id>
<Timestamp>sample string 2</Timestamp>
</FromBodyDeleteSendGoodsModal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"SGA_id": 1,
"ErrorMsg": "sample string 2"
}
application/xml, text/xml
Sample:
<SendGoodsResultModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers.SCM"> <ErrorMsg>sample string 2</ErrorMsg> <SGA_id>1</SGA_id> </SendGoodsResultModal>