POST api/FBAdobt
Request Information
URI Parameters
None.
Body Parameters
FBAdobtEntityName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
Organization | string |
None. |
|
Name | string |
None. |
|
Address | string |
None. |
|
City | string |
None. |
|
State | string |
None. |
|
ZipCode | string |
None. |
|
string |
None. |
||
Phone | string |
None. |
|
Notes | string |
None. |
|
Guid | globally unique identifier |
None. |
|
fbyear | integer |
None. |
|
FBparks | Collection of FBpark |
None. |
|
FBstreets | Collection of FBstreet |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "Organization": "sample string 2", "Name": "sample string 3", "Address": "sample string 4", "City": "sample string 5", "State": "sample string 6", "ZipCode": "sample string 7", "Email": "sample string 8", "Phone": "sample string 9", "Notes": "sample string 10", "Guid": "a56a1fac-8f76-4834-9df3-52a068a39f2b", "fbyear": 1, "FBparks": [ { "id": 1, "AdoptDate": "09/16/2025 06:58 PM", "AdoptStatu": "sample string 2", "OBJECTID_1": 1, "Organizat": "sample string 3", "Park_Name": "sample string 4", "streetID": 1, "FBAdobtEntities_id": 1 }, { "id": 1, "AdoptDate": "09/16/2025 06:58 PM", "AdoptStatu": "sample string 2", "OBJECTID_1": 1, "Organizat": "sample string 3", "Park_Name": "sample string 4", "streetID": 1, "FBAdobtEntities_id": 1 } ], "FBstreets": [ { "id": 1, "AdoptDate": "09/16/2025 06:58 PM", "AdoptStatu": "sample string 2", "OBJECTID": 1, "Organizat": "sample string 3", "STREETNAME": "sample string 4", "streetID": 1, "FBAdobtEntities_id": 1 }, { "id": 1, "AdoptDate": "09/16/2025 06:58 PM", "AdoptStatu": "sample string 2", "OBJECTID": 1, "Organizat": "sample string 3", "STREETNAME": "sample string 4", "streetID": 1, "FBAdobtEntities_id": 1 } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FBAdobtEntityName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
Organization | string |
None. |
|
Name | string |
None. |
|
Address | string |
None. |
|
City | string |
None. |
|
State | string |
None. |
|
ZipCode | string |
None. |
|
string |
None. |
||
Phone | string |
None. |
|
Notes | string |
None. |
|
Guid | globally unique identifier |
None. |
|
fbyear | integer |
None. |
|
FBparks | Collection of FBpark |
None. |
|
FBstreets | Collection of FBstreet |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": 1, "Organization": "sample string 2", "Name": "sample string 3", "Address": "sample string 4", "City": "sample string 5", "State": "sample string 6", "ZipCode": "sample string 7", "Email": "sample string 8", "Phone": "sample string 9", "Notes": "sample string 10", "Guid": "3054ab96-bad0-4735-a722-4314f12af76c", "fbyear": 1, "FBparks": [ { "id": 1, "AdoptDate": "09/16/2025 06:58 PM", "AdoptStatu": "sample string 2", "OBJECTID_1": 1, "Organizat": "sample string 3", "Park_Name": "sample string 4", "streetID": 1, "FBAdobtEntities_id": 1 }, { "id": 1, "AdoptDate": "09/16/2025 06:58 PM", "AdoptStatu": "sample string 2", "OBJECTID_1": 1, "Organizat": "sample string 3", "Park_Name": "sample string 4", "streetID": 1, "FBAdobtEntities_id": 1 } ], "FBstreets": [ { "id": 1, "AdoptDate": "09/16/2025 06:58 PM", "AdoptStatu": "sample string 2", "OBJECTID": 1, "Organizat": "sample string 3", "STREETNAME": "sample string 4", "streetID": 1, "FBAdobtEntities_id": 1 }, { "id": 1, "AdoptDate": "09/16/2025 06:58 PM", "AdoptStatu": "sample string 2", "OBJECTID": 1, "Organizat": "sample string 3", "STREETNAME": "sample string 4", "streetID": 1, "FBAdobtEntities_id": 1 } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
text/javascript, application/javascript, application/json-p
Sample:
/**/ typeof === 'function' && ({"id":1,"Organization":"sample string 2","Name":"sample string 3","Address":"sample string 4","City":"sample string 5","State":"sample string 6","ZipCode":"sample string 7","Email":"sample string 8","Phone":"sample string 9","Notes":"sample string 10","Guid":"3054ab96-bad0-4735-a722-4314f12af76c","fbyear":1,"FBparks":[{"id":1,"AdoptDate":"09/16/2025 06:58 PM","AdoptStatu":"sample string 2","OBJECTID_1":1,"Organizat":"sample string 3","Park_Name":"sample string 4","streetID":1,"FBAdobtEntities_id":1},{"id":1,"AdoptDate":"09/16/2025 06:58 PM","AdoptStatu":"sample string 2","OBJECTID_1":1,"Organizat":"sample string 3","Park_Name":"sample string 4","streetID":1,"FBAdobtEntities_id":1}],"FBstreets":[{"id":1,"AdoptDate":"09/16/2025 06:58 PM","AdoptStatu":"sample string 2","OBJECTID":1,"Organizat":"sample string 3","STREETNAME":"sample string 4","streetID":1,"FBAdobtEntities_id":1},{"id":1,"AdoptDate":"09/16/2025 06:58 PM","AdoptStatu":"sample string 2","OBJECTID":1,"Organizat":"sample string 3","STREETNAME":"sample string 4","streetID":1,"FBAdobtEntities_id":1}]});