POST api/gofx/user/submit
Request Information
URI Parameters
None.
Body Parameters
User| Name | Description | Type | Additional information |
|---|---|---|---|
| Login | string |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| Company | string |
None. |
|
| Group | string |
None. |
|
| Country | string |
None. |
|
| Balance | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Login": "sample string 1",
"Name": "sample string 2",
"Email": "sample string 3",
"Phone": "sample string 4",
"Company": "sample string 5",
"Group": "sample string 6",
"Country": "sample string 7",
"Balance": 8.1
}
application/xml, text/xml
Sample:
<User xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GOFXPrice.Models"> <Balance>8.1</Balance> <Company>sample string 5</Company> <Country>sample string 7</Country> <Email>sample string 3</Email> <Group>sample string 6</Group> <Login>sample string 1</Login> <Name>sample string 2</Name> <Phone>sample string 4</Phone> </User>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />