POST api/RecoOrder/confirmOutbound

Request Information

URI Parameters

None.

Body Parameters

RecoOrderOutboundReceivedDataModels
NameDescriptionTypeAdditional information
vendor_id

string

None.

handphone

string

None.

mobile_token

string

None.

Reco_Order_Id

integer

None.

data

Collection of RecoOrderOutboundDetailViewModel

None.

Request Formats

application/json, text/json

Sample:
{
  "vendor_id": "sample string 1",
  "handphone": "sample string 2",
  "mobile_token": "sample string 3",
  "Reco_Order_Id": 4,
  "data": [
    {
      "Id": 1,
      "Reco_Order_Outbound_Id": 2,
      "Product_Material_Id": 3,
      "Qty": 4.0,
      "Delivery_Date": "2026-01-30T14:01:07.3811663+07:00",
      "Delivery_Price": 6.0,
      "Is_Checked": true,
      "Created_By": "sample string 8",
      "Create_Date": "2026-01-30T14:01:07.3811663+07:00",
      "Edited_By": "sample string 10",
      "Edited_Date": "2026-01-30T14:01:07.3811663+07:00",
      "Is_Deleted": true,
      "Deleted_By": "sample string 12",
      "Deleted_Date": "2026-01-30T14:01:07.3811663+07:00"
    },
    {
      "Id": 1,
      "Reco_Order_Outbound_Id": 2,
      "Product_Material_Id": 3,
      "Qty": 4.0,
      "Delivery_Date": "2026-01-30T14:01:07.3811663+07:00",
      "Delivery_Price": 6.0,
      "Is_Checked": true,
      "Created_By": "sample string 8",
      "Create_Date": "2026-01-30T14:01:07.3811663+07:00",
      "Edited_By": "sample string 10",
      "Edited_Date": "2026-01-30T14:01:07.3811663+07:00",
      "Is_Deleted": true,
      "Deleted_By": "sample string 12",
      "Deleted_Date": "2026-01-30T14:01:07.3811663+07:00"
    }
  ]
}

application/xml, text/xml

Sample:
<RecoOrderOutboundReceivedDataModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.RecoOrderOutboundIntegrator.ReceivedDataModels">
  <Reco_Order_Id>4</Reco_Order_Id>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.RecoOrderOutboundIntegrator.BaseTreeModels">
    <d2p1:RecoOrderOutboundDetailViewModel>
      <d2p1:Create_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Create_Date>
      <d2p1:Created_By>sample string 8</d2p1:Created_By>
      <d2p1:Deleted_By>sample string 12</d2p1:Deleted_By>
      <d2p1:Deleted_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Deleted_Date>
      <d2p1:Delivery_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Delivery_Date>
      <d2p1:Delivery_Price>6</d2p1:Delivery_Price>
      <d2p1:Edited_By>sample string 10</d2p1:Edited_By>
      <d2p1:Edited_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Edited_Date>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Is_Checked>true</d2p1:Is_Checked>
      <d2p1:Is_Deleted>true</d2p1:Is_Deleted>
      <d2p1:Product_Material_Id>3</d2p1:Product_Material_Id>
      <d2p1:Qty>4</d2p1:Qty>
      <d2p1:Reco_Order_Outbound_Id>2</d2p1:Reco_Order_Outbound_Id>
    </d2p1:RecoOrderOutboundDetailViewModel>
    <d2p1:RecoOrderOutboundDetailViewModel>
      <d2p1:Create_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Create_Date>
      <d2p1:Created_By>sample string 8</d2p1:Created_By>
      <d2p1:Deleted_By>sample string 12</d2p1:Deleted_By>
      <d2p1:Deleted_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Deleted_Date>
      <d2p1:Delivery_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Delivery_Date>
      <d2p1:Delivery_Price>6</d2p1:Delivery_Price>
      <d2p1:Edited_By>sample string 10</d2p1:Edited_By>
      <d2p1:Edited_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Edited_Date>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:Is_Checked>true</d2p1:Is_Checked>
      <d2p1:Is_Deleted>true</d2p1:Is_Deleted>
      <d2p1:Product_Material_Id>3</d2p1:Product_Material_Id>
      <d2p1:Qty>4</d2p1:Qty>
      <d2p1:Reco_Order_Outbound_Id>2</d2p1:Reco_Order_Outbound_Id>
    </d2p1:RecoOrderOutboundDetailViewModel>
  </data>
  <handphone>sample string 2</handphone>
  <mobile_token>sample string 3</mobile_token>
  <vendor_id>sample string 1</vendor_id>
</RecoOrderOutboundReceivedDataModels>

multipart/form-data

Sample:
<RecoOrderOutboundReceivedDataModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.RecoOrderOutboundIntegrator.ReceivedDataModels"><Reco_Order_Id>4</Reco_Order_Id><data xmlns:d2p1="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.RecoOrderOutboundIntegrator.BaseTreeModels"><d2p1:RecoOrderOutboundDetailViewModel><d2p1:Create_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Create_Date><d2p1:Created_By>sample string 8</d2p1:Created_By><d2p1:Deleted_By>sample string 12</d2p1:Deleted_By><d2p1:Deleted_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Deleted_Date><d2p1:Delivery_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Delivery_Date><d2p1:Delivery_Price>6</d2p1:Delivery_Price><d2p1:Edited_By>sample string 10</d2p1:Edited_By><d2p1:Edited_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Edited_Date><d2p1:Id>1</d2p1:Id><d2p1:Is_Checked>true</d2p1:Is_Checked><d2p1:Is_Deleted>true</d2p1:Is_Deleted><d2p1:Product_Material_Id>3</d2p1:Product_Material_Id><d2p1:Qty>4</d2p1:Qty><d2p1:Reco_Order_Outbound_Id>2</d2p1:Reco_Order_Outbound_Id></d2p1:RecoOrderOutboundDetailViewModel><d2p1:RecoOrderOutboundDetailViewModel><d2p1:Create_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Create_Date><d2p1:Created_By>sample string 8</d2p1:Created_By><d2p1:Deleted_By>sample string 12</d2p1:Deleted_By><d2p1:Deleted_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Deleted_Date><d2p1:Delivery_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Delivery_Date><d2p1:Delivery_Price>6</d2p1:Delivery_Price><d2p1:Edited_By>sample string 10</d2p1:Edited_By><d2p1:Edited_Date>2026-01-30T14:01:07.3811663+07:00</d2p1:Edited_Date><d2p1:Id>1</d2p1:Id><d2p1:Is_Checked>true</d2p1:Is_Checked><d2p1:Is_Deleted>true</d2p1:Is_Deleted><d2p1:Product_Material_Id>3</d2p1:Product_Material_Id><d2p1:Qty>4</d2p1:Qty><d2p1:Reco_Order_Outbound_Id>2</d2p1:Reco_Order_Outbound_Id></d2p1:RecoOrderOutboundDetailViewModel></data><handphone>sample string 2</handphone><mobile_token>sample string 3</mobile_token><vendor_id>sample string 1</vendor_id></RecoOrderOutboundReceivedDataModels>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RecoOrderOutboundBaseTreeModels
NameDescriptionTypeAdditional information
message

string

None.

success

boolean

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "message": "sample string 1",
  "success": true,
  "data": {}
}

application/xml, text/xml

Sample:
<RecoOrderOutboundBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.RecoOrderOutboundIntegrator.BaseTreeModels">
  <data />
  <message>sample string 1</message>
  <success>true</success>
</RecoOrderOutboundBaseTreeModels>

multipart/form-data

Sample:
<RecoOrderOutboundBaseTreeModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FarmerPublicAPI.Models.RecoOrderOutboundIntegrator.BaseTreeModels"><data /><message>sample string 1</message><success>true</success></RecoOrderOutboundBaseTreeModels>