POST api/ForwadingBilling/UploadStorePurchaseQuotation

Request Information

URI Parameters

None.

Body Parameters

UploadStorePurchaseOrder
NameDescriptionTypeAdditional information
SPM_ID

integer

None.

SPM_CP_ID

integer

None.

SPM_STATUS_CODE

string

None.

SPM_REFERENCE

string

None.

SPM_VALID_FROM

date

None.

SPM_VALID_TO

date

None.

SPM_RATE

decimal number

None.

SPM_AP_NAME

string

None.

SPM_PRODUCT_CODE

string

None.

SPM_CURRENCY_CODE

string

None.

SPM_UOM_CODE

string

None.

SPM_BIN_NUMBER

string

None.

SPM_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SPM_ID": 1,
  "SPM_CP_ID": 1,
  "SPM_STATUS_CODE": "sample string 1",
  "SPM_REFERENCE": "sample string 2",
  "SPM_VALID_FROM": "2025-12-06T04:24:50.5554427+00:00",
  "SPM_VALID_TO": "2025-12-06T04:24:50.5554427+00:00",
  "SPM_RATE": 1.1,
  "SPM_AP_NAME": "sample string 3",
  "SPM_PRODUCT_CODE": "sample string 4",
  "SPM_CURRENCY_CODE": "sample string 5",
  "SPM_UOM_CODE": "sample string 6",
  "SPM_BIN_NUMBER": "sample string 7",
  "SPM_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<UploadStorePurchaseOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <SPM_AP_NAME>sample string 3</SPM_AP_NAME>
  <SPM_BIN_NUMBER>sample string 7</SPM_BIN_NUMBER>
  <SPM_CP_ID>1</SPM_CP_ID>
  <SPM_CREATED_BY>1</SPM_CREATED_BY>
  <SPM_CURRENCY_CODE>sample string 5</SPM_CURRENCY_CODE>
  <SPM_ID>1</SPM_ID>
  <SPM_PRODUCT_CODE>sample string 4</SPM_PRODUCT_CODE>
  <SPM_RATE>1.1</SPM_RATE>
  <SPM_REFERENCE>sample string 2</SPM_REFERENCE>
  <SPM_STATUS_CODE>sample string 1</SPM_STATUS_CODE>
  <SPM_UOM_CODE>sample string 6</SPM_UOM_CODE>
  <SPM_VALID_FROM>2025-12-06T04:24:50.5554427+00:00</SPM_VALID_FROM>
  <SPM_VALID_TO>2025-12-06T04:24:50.5554427+00:00</SPM_VALID_TO>
</UploadStorePurchaseOrder>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.