POST api/form/aduMammographyTable?pType={pType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pType | string |
Required |
Body Parameters
SimpleTableListMammographyName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
table_code | integer |
Required |
|
table_value | string |
Required String length: inclusive between 0 and 250 |
|
active | string |
String length: inclusive between 0 and 1 |
|
interface_code | string |
String length: inclusive between 0 and 10 |
|
old_code | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "code": 1, "table_code": 2, "table_value": "sample string 3", "active": "sample string 4", "interface_code": "sample string 5", "old_code": 1 }
application/xml, text/xml
Sample:
<SimpleTableListMammography xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustDemog"> <active>sample string 4</active> <code>1</code> <interface_code>sample string 5</interface_code> <old_code>1</old_code> <table_code>2</table_code> <table_value>sample string 3</table_value> </SimpleTableListMammography>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
None.