POST api/Zevez/rwsystem/CompanyBankWebApiLink

Request Information

URI Parameters

None.

Body Parameters

CompanyBankWebApiLink
NameDescriptionTypeAdditional information
Id

integer

None.

CompanyId

string

None.

LinkGuid

globally unique identifier

None.

ZBankGuid

globally unique identifier

None.

PaymentType

string

None.

ApiProvider

integer

None.

Active

boolean

None.

Enabled

boolean

None.

CreatedDate

date

None.

ModifiedDate

date

None.

ExternalBankId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CompanyId": "sample string 2",
  "LinkGuid": "1d0a1977-48b1-4baa-9328-dbebe8e003aa",
  "ZBankGuid": "df02f4d4-d363-48eb-a98e-981c6de41e4a",
  "PaymentType": "sample string 5",
  "ApiProvider": 6,
  "Active": true,
  "Enabled": true,
  "CreatedDate": "2026-04-09T10:25:35.6489028+00:00",
  "ModifiedDate": "2026-04-09T10:25:35.6489028+00:00",
  "ExternalBankId": "sample string 11"
}

application/xml, text/xml

Sample:
<CompanyBankWebApiLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem">
  <Active>true</Active>
  <ApiProvider>6</ApiProvider>
  <CompanyId>sample string 2</CompanyId>
  <CreatedDate>2026-04-09T10:25:35.6489028+00:00</CreatedDate>
  <Enabled>true</Enabled>
  <ExternalBankId>sample string 11</ExternalBankId>
  <Id>1</Id>
  <LinkGuid>1d0a1977-48b1-4baa-9328-dbebe8e003aa</LinkGuid>
  <ModifiedDate>2026-04-09T10:25:35.6489028+00:00</ModifiedDate>
  <PaymentType>sample string 5</PaymentType>
  <ZBankGuid>df02f4d4-d363-48eb-a98e-981c6de41e4a</ZBankGuid>
</CompanyBankWebApiLink>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.