POST api/{area}/Progressplan/Insertpayment

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

PaymentJson
NameDescriptionTypeAdditional information
CreateuserId

string

None.

organizeId

string

None.

plantime

string

None.

EuipmenttryJSON

daxing_payment

None.

Request Formats

application/json, text/json

Sample:
{
  "CreateuserId": "sample string 1",
  "organizeId": "sample string 2",
  "plantime": "sample string 3",
  "EuipmenttryJSON": {
    "daxing_paymentid": "sample string 1",
    "daxing_paymentname": "sample string 2",
    "daxing_paymentplantime": "sample string 3",
    "daxing_paymentactualtime": "sample string 4",
    "daxing_paymentfinish": "sample string 5",
    "daxing_paymentremark": "sample string 6",
    "daxing_duty": "sample string 7",
    "daxing_state": "sample string 8",
    "daxing_state1": "sample string 9",
    "daxing_state2": "sample string 10",
    "daxing_submitstate": "sample string 11",
    "daxing_uploadstate": 12,
    "daxing_reject": 13,
    "rejectremark": "sample string 14",
    "daxing_weatherstate": 15,
    "daxing_fillstate": 16
  }
}

application/xml, text/xml

Sample:
<PaymentJson xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.SOA.WebApiNew.Areas.Schedual.Models">
  <CreateuserId>sample string 1</CreateuserId>
  <EuipmenttryJSON>
    <daxing_duty>sample string 7</daxing_duty>
    <daxing_fillstate>16</daxing_fillstate>
    <daxing_paymentactualtime>sample string 4</daxing_paymentactualtime>
    <daxing_paymentfinish>sample string 5</daxing_paymentfinish>
    <daxing_paymentid>sample string 1</daxing_paymentid>
    <daxing_paymentname>sample string 2</daxing_paymentname>
    <daxing_paymentplantime>sample string 3</daxing_paymentplantime>
    <daxing_paymentremark>sample string 6</daxing_paymentremark>
    <daxing_reject>13</daxing_reject>
    <daxing_state>sample string 8</daxing_state>
    <daxing_state1>sample string 9</daxing_state1>
    <daxing_state2>sample string 10</daxing_state2>
    <daxing_submitstate>sample string 11</daxing_submitstate>
    <daxing_uploadstate>12</daxing_uploadstate>
    <daxing_weatherstate>15</daxing_weatherstate>
    <rejectremark>sample string 14</rejectremark>
  </EuipmenttryJSON>
  <organizeId>sample string 2</organizeId>
  <plantime>sample string 3</plantime>
</PaymentJson>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.