POST api/Product/Upload_Telegraph

Request Information

URI Parameters

None.

Body Parameters

Upload_Telegraph_Request
NameDescriptionTypeAdditional information
account_id

string

None.

pos_id

string

None.

access_token

string

None.

tdate

string

None.

shop_id

string

None.

telegraph_detail

Collection of telegraph_detail

None.

Request Formats

application/json, text/json

Sample:
{
  "account_id": "sample string 1",
  "pos_id": "sample string 2",
  "access_token": "sample string 3",
  "tdate": "sample string 4",
  "shop_id": "sample string 5",
  "telegraph_detail": [
    {
      "sell_no": "sample string 1",
      "dongle_detail": [
        {
          "tender": "sample string 1",
          "dongle": [
            {
              "return_message": "sample string 1"
            },
            {
              "return_message": "sample string 1"
            }
          ]
        },
        {
          "tender": "sample string 1",
          "dongle": [
            {
              "return_message": "sample string 1"
            },
            {
              "return_message": "sample string 1"
            }
          ]
        }
      ]
    },
    {
      "sell_no": "sample string 1",
      "dongle_detail": [
        {
          "tender": "sample string 1",
          "dongle": [
            {
              "return_message": "sample string 1"
            },
            {
              "return_message": "sample string 1"
            }
          ]
        },
        {
          "tender": "sample string 1",
          "dongle": [
            {
              "return_message": "sample string 1"
            },
            {
              "return_message": "sample string 1"
            }
          ]
        }
      ]
    }
  ]
}

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 'Upload_Telegraph_Request'.

Response Information

Resource Description

Upload_Telegraph_Model
NameDescriptionTypeAdditional information
rcrm

RCRM

None.

results

Upload_Telegraph_Result

None.

Response Formats

application/json, text/json

Sample:
{
  "rcrm": {
    "RC": "sample string 1",
    "RM": "sample string 2"
  },
  "results": {}
}