PUT api/SubIndustry

Request Information

URI Parameters

None.

Body Parameters

SubIndustry
NameDescriptionTypeAdditional information
Name

string

Required

IndustryId

integer

Required

NAICSCode

integer

None.

Id

integer

None.

Status

string

None.

CreatedBy

string

None.

CreateTimestamp

date

None.

ModifiedBy

string

None.

ModifiedTimestamp

date

None.

DataStateFlag

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "IndustryId": 2,
  "NAICSCode": 3,
  "Id": 4,
  "Status": "sample string 5",
  "CreatedBy": "sample string 6",
  "CreateTimestamp": "2024-11-21T08:55:24.4225423+00:00",
  "ModifiedBy": "sample string 8",
  "ModifiedTimestamp": "2024-11-21T08:55:24.4225423+00:00",
  "DataStateFlag": "sample string 9"
}

application/xml, text/xml

Sample:
<SubIndustry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.IndustryAndSubIndustry">
  <CreateTimestamp xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
    <d2p1:DateTime>2024-11-21T08:55:24.4225423Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CreateTimestamp>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 6</CreatedBy>
  <DataStateFlag xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 9</DataStateFlag>
  <Id xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">4</Id>
  <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 8</ModifiedBy>
  <ModifiedTimestamp xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">
    <d2p1:DateTime>2024-11-21T08:55:24.4225423Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </ModifiedTimestamp>
  <Status xmlns="http://schemas.datacontract.org/2004/07/Walsh.Model.Models.BaseEntities">sample string 5</Status>
  <IndustryId>2</IndustryId>
  <NAICSCode>3</NAICSCode>
  <Name>sample string 1</Name>
</SubIndustry>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>