POST api/Template/ListTemSpecificApproverListByTemLineApprove

Request Information

URI Parameters

None.

Body Parameters

Collection of CustomTemSpecificApprover
NameDescriptionTypeAdditional information
TemSpecificId

integer

None.

TemLineId

integer

None.

Seq

integer

None.

SpecificTypeId

integer

None.

EmployeeId

integer

None.

RoleId

integer

None.

Detail

string

None.

CreatedBy

string

None.

CreatedDate

string

None.

ModifiedBy

string

None.

ModifiedDate

string

None.

IsActive

boolean

None.

SpecificID

integer

None.

TemplateID

integer

None.

EmpID

string

None.

EmployeeName

string

None.

GroupName

string

None.

SignatureID

integer

None.

userPrincipalName

string

None.

connectionString

string

None.

SecretId

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "TemSpecificId": 1,
    "TemLineId": 1,
    "Seq": 1,
    "SpecificTypeId": 1,
    "EmployeeId": 1,
    "RoleId": 1,
    "Detail": "sample string 2",
    "CreatedBy": "sample string 3",
    "CreatedDate": "sample string 4",
    "ModifiedBy": "sample string 5",
    "ModifiedDate": "sample string 6",
    "IsActive": true,
    "SpecificID": 7,
    "TemplateID": 1,
    "EmpID": "sample string 8",
    "EmployeeName": "sample string 9",
    "GroupName": "sample string 10",
    "SignatureID": 1,
    "userPrincipalName": "sample string 11",
    "connectionString": "sample string 12",
    "SecretId": null
  },
  {
    "TemSpecificId": 1,
    "TemLineId": 1,
    "Seq": 1,
    "SpecificTypeId": 1,
    "EmployeeId": 1,
    "RoleId": 1,
    "Detail": "sample string 2",
    "CreatedBy": "sample string 3",
    "CreatedDate": "sample string 4",
    "ModifiedBy": "sample string 5",
    "ModifiedDate": "sample string 6",
    "IsActive": true,
    "SpecificID": 7,
    "TemplateID": 1,
    "EmpID": "sample string 8",
    "EmployeeName": "sample string 9",
    "GroupName": "sample string 10",
    "SignatureID": 1,
    "userPrincipalName": "sample string 11",
    "connectionString": "sample string 12",
    "SecretId": null
  }
]

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Type 'System.Security.Cryptography.CryptoStream' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Type 'System.Security.Cryptography.CryptoStream' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. If the type is a collection, consider marking it with the CollectionDataContractAttribute. See the Microsoft .NET Framework documentation for other supported types.

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 'List`1'.

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.