POST jxc_api/OthersWarehousing/Save

Request Information

URI Parameters

None.

Body Parameters

WhsoEditModel
NameDescriptionTypeAdditional information
DateFmt

string

None.

AsId

integer

None.

Date

date

None.

BType

integer

None.

VendId

integer

None.

VendName

string

None.

CustId

integer

None.

CustName

string

None.

Id

integer

None.

No

string

None.

Amount

decimal number

None.

PrintCount

integer

None.

Note

string

None.

OfAmount

integer

None.

OfStatus

integer

None.

ScId

integer

None.

IsChecked

integer

None.

CheckedBy

integer

None.

CheckedDate

date

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

CheckedByName

string

None.

CreatedByName

string

None.

ModifiedByName

string

None.

AccountingItemId

integer

None.

AccountingItemName

string

None.

DepartmentId

integer

None.

DepartmentName

string

None.

AutoGenerate

boolean

None.

Items

Collection of WhsoeEditModel

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MessageModel
NameDescriptionTypeAdditional information
Success

boolean

None.

Message

string

None.

Data

Object

None.

StatusCode

StatusCode

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": "sample string 2",
  "Data": {},
  "StatusCode": 100
}

application/xml, text/xml

Sample:
<MessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model">
  <_x003C_Data_x003E_k__BackingField />
  <_x003C_Message_x003E_k__BackingField>sample string 2</_x003C_Message_x003E_k__BackingField>
  <_x003C_StatusCode_x003E_k__BackingField>CONTINUE</_x003C_StatusCode_x003E_k__BackingField>
  <_x003C_Success_x003E_k__BackingField>true</_x003C_Success_x003E_k__BackingField>
</MessageModel>