POST ActionApi/T_Orders/PushNCCodeOBCTOBA

OBC调用——返回NC对应的5X单号

Request Information

URI Parameters

None.

Body Parameters

{BaCode:'',NcCode:''}

OrderStatues
NameDescriptionTypeAdditional information
BaCode

BA单号

string

None.

NcCode

NC单号

string

None.

Request Formats

application/json, text/json

Sample:
{
  "BaCode": "sample string 1",
  "NcCode": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OrderStatues'.

Response Information

Resource Description

OBC调用——返回NC对应的5X单号

NCResult
NameDescriptionTypeAdditional information
body

Object

None.

exception

Exception

None.

originParam

NCParam

None.

status

string

None.

success

boolean

None.

validationErrors

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "body": {},
  "exception": {
    "code": "sample string 1",
    "message": "sample string 2",
    "success": "sample string 3",
    "errorCode": "sample string 4",
    "errorStack": "sample string 5",
    "messageStacks": "sample string 6"
  },
  "originParam": {
    "token": "sample string 1",
    "sysid": "sample string 2",
    "type": "sample string 3",
    "body": {}
  },
  "status": "SUCCESS",
  "success": true,
  "validationErrors": {}
}