POST api/Values/InsertTripPay

Request Information

URI Parameters

None.

Body Parameters

InsertTripPayCustomer
NameDescriptionTypeAdditional information
UserID

integer

None.

Token

string

None.

CustomerID

integer

None.

Date

date

None.

SignInAttachment

string

None.

SignInFileName

string

None.

SignInLocation

string

None.

DeliveryOrderAttachment

string

None.

DeliveryOrderFileName

string

None.

DeliveryOrderLocation

string

None.

SourceType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "Token": "sample string 2",
  "CustomerID": 3,
  "Date": "2025-08-07T06:50:01.2574031+08:00",
  "SignInAttachment": "sample string 5",
  "SignInFileName": "sample string 6",
  "SignInLocation": "sample string 7",
  "DeliveryOrderAttachment": "sample string 8",
  "DeliveryOrderFileName": "sample string 9",
  "DeliveryOrderLocation": "sample string 10",
  "SourceType": "sample string 11"
}

text/html

Sample:
{"UserID":1,"Token":"sample string 2","CustomerID":3,"Date":"2025-08-07T06:50:01.2574031+08:00","SignInAttachment":"sample string 5","SignInFileName":"sample string 6","SignInLocation":"sample string 7","DeliveryOrderAttachment":"sample string 8","DeliveryOrderFileName":"sample string 9","DeliveryOrderLocation":"sample string 10","SourceType":"sample string 11"}

application/xml, text/xml

Sample:
<ValuesController.InsertTripPayCustomer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR2Eazy_WebApi.Controllers">
  <CustomerID>3</CustomerID>
  <Date>2025-08-07T06:50:01.2574031+08:00</Date>
  <DeliveryOrderAttachment>sample string 8</DeliveryOrderAttachment>
  <DeliveryOrderFileName>sample string 9</DeliveryOrderFileName>
  <DeliveryOrderLocation>sample string 10</DeliveryOrderLocation>
  <SignInAttachment>sample string 5</SignInAttachment>
  <SignInFileName>sample string 6</SignInFileName>
  <SignInLocation>sample string 7</SignInLocation>
  <SourceType>sample string 11</SourceType>
  <Token>sample string 2</Token>
  <UserID>1</UserID>
</ValuesController.InsertTripPayCustomer>

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

Response Information

Resource Description

Dictionary of Object [key] and Object [value]

Response Formats

application/json, text/json, text/html

Sample:
{"System.Object":{},"System.Object":{}}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfanyTypeanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfanyTypeanyType>
    <Key />
    <Value />
  </KeyValueOfanyTypeanyType>
  <KeyValueOfanyTypeanyType>
    <Key />
    <Value />
  </KeyValueOfanyTypeanyType>
</ArrayOfKeyValueOfanyTypeanyType>